Feature: Delete tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 31.026s |
Scenario: Delete a tag successfully
Before
0m 1.085s
Given
I navigate to page "<URL>"
0m 4.654s
And
I enter email "<ADMIN_EMAIL>"
0m 1.265s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.555s
And
I click on the login button
0m 3.939s
And
I wait for 2 seconds
0m 2.448s
And
I click on tags option
0m 1.021s
And
I wait for 2 seconds
0m 2.238s
When
I click on the new tags button
0m 0.730s
And
I write "Tag para eliminar" in the tag name
0m 0.483s
And
I write "Descripción de tag" in the tag description
0m 0.566s
And
I save the new tag
0m 0.602s
And
I click on tags option
0m 0.447s
And
I wait for 2 seconds
0m 2.420s
And
I click the last tag in the list
0m 0.534s
And
I wait for 2 seconds
0m 2.256s
And
I click the delete tag button
0m 0.606s
And
I wait for 2 seconds
0m 2.269s
And
I click confirm tag deleting
0m 0.394s
And
I wait for 2 seconds
0m 2.249s
Then
I see that there is no tag with the name "Tag para eliminar" in the tag list
0m 0.261s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click on the new tags button
And
I write "Tag para eliminar" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on tags option
And
I wait for 2 seconds
And
I click the last tag in the list
And
I wait for 2 seconds
And
I click the delete tag button
And
I wait for 2 seconds
And
I click confirm tag deleting
And
I wait for 2 seconds
Then
I see that there is no tag with the name "Tag para eliminar" in the tag list
After
NO IMAGE AVAILABLE